home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / DefineButton2_219 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2008-09-15  |  155 b   |  9 lines

  1. on(press){
  2.    _root.potrawa_aktualna[_root.i] = 18;
  3.    _root.i = _root.i + 1;
  4.    if(_root.i < _root.ilosc_klikniec)
  5.    {
  6.       nextFrame();
  7.    }
  8. }
  9.